projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe4a90
)
(basic-save-buffer): Invoke after-save-hook, not after-save-hooks.
author
Roland McGrath
<roland@gnu.org>
Wed, 7 Jul 1993 05:12:29 +0000
(
05:12
+0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 7 Jul 1993 05:12:29 +0000
(
05:12
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index e9a8f9ba28ae270c1d34762f00957b3466e74729..f500fec5d99f16ec86955305a7c9257fe64105cd 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1483,7
+1483,7
@@
the last real save, but optional arg FORCE non-nil means delete anyway."
;; If the auto-save file was recent before this command,
;; delete it now.
(delete-auto-save-file-if-necessary recent-save)
- (run-hooks 'after-save-hook
s
))
+ (run-hooks 'after-save-hook))
(message "(No changes need to be saved)")))
(defun save-some-buffers (&optional arg exiting)